:root {
  --accent-color:                 #4385c6;
  --accent-color-rgb:             67, 133, 198;
  --accent-color-darker:          #326ba4;
  --accent-color-darker-rgb:      50, 107, 164;
  --accent-color-darkest-rgb:     38, 82, 125;
  --link-color:                   #4385c6;
  --link-color-darker:            #326ba4;
  --border-color:                 #b8b8b8;
  --subtitle-color:               #ebebeb;
  --body-bg:                      #0a1321;
  --body-bg-rgb:                  10, 19, 33;
  --body-bg-lighter:              #101e35;
  --body-bg-darker:               #04080d;
  --body-bg-darkest:              black;
  --body-color:                   #ebebeb;
  --body-color-rgb:               235, 235, 235;
  --body-color-darkest:           #b8b8b8;
  --about-card-bg:                #0a1321;
  --footer-color:                 #ebebeb;
  --footer-bg:                    #0a1321;
  --caption-bg:                   #000000;
  --lib-perfect-scrollbar-bg:     #1f3c67;
  --component-notify-bg:          #162a48;
  --lightness-body-5:             #101e35;
  --lightness-body-10:            #162a48;
  --font-family-primary:          'Roboto', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Montserrat', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
body {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    body {
      font-size: 14px; } }
.site-title a {
  font-weight: 400;
  letter-spacing: 4px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 16px; } }
.site-title .site-subtitle {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 14px; } }
.site-footer-copy, .site-footer .btt {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-footer-copy, .site-footer .btt {
      font-size: 13px; } }
